home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 260 / macros / example3.mac < prev    next >
Encoding:
Text File  |  1986-02-06  |  512 b   |  17 lines

  1. #####################################
  2. # Test Macro for UniTerm V2.0c 002  #
  3. # Copyright 1988 Simon Poole        #
  4. #                                   #
  5. #####################################
  6. #
  7. # Sample startup macro
  8. #
  9. # set the second last popup entry to view buffer with EOL display
  10. popup(19,63,'ViewEOL')
  11. # set <Alt><ESC> to the same (awlful stupid thing to do :-))
  12. reassign(01,63)
  13. # set the last popup entry to view buffer without EOL
  14. popup(20,23,'View')
  15. #####################################
  16.  
  17.